* lisp/progmodes/ruby-mode.el (ruby-beginning-of-defun)
authorDmitry Gutov <dgutov@yandex.ru>
Mon, 15 Apr 2013 23:07:14 +0000 (03:07 +0400)
committerDmitry Gutov <dgutov@yandex.ru>
Mon, 15 Apr 2013 23:07:14 +0000 (03:07 +0400)
commitfb9662d3480679082eac7e7272985f32ec5e3fbf
tree8d918c54e707286a197647e3dda22525d5e84481
parentedb04fb9655cf4e6b92a34973a3ddfa400ec9179
* lisp/progmodes/ruby-mode.el (ruby-beginning-of-defun)
(ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
to nil.
(ruby-end-of-defun): Remove the unused arg, change the docstring
to reflect that this function is only used as the value of
`end-of-defun-function'.
(ruby-beginning-of-defun): Remove "top-level" from the docstring,
to reflect an earlier change that beginning/end-of-defun functions
jump between methods in a class definition, as well as top-level
functions.
lisp/ChangeLog
lisp/progmodes/ruby-mode.el
test/automated/ruby-mode-tests.el